home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / 4n20c.arj / 4NT20C.DOC next >
Text File  |  1994-02-08  |  5KB  |  133 lines

  1.                                JP Software
  2.  
  3.             4DOS/NT 2.0 rev B ==> 2.0 rev C Patch Documentation
  4.  
  5.                              February 8, 1994
  6.  
  7.  
  8. Copyright 1994, JP Software Inc., All Rights Reserved.  Published by JP
  9. Software Inc., P.O. Box 1470, E. Arlington, MA 02174 USA, (617)
  10. 646-3975.  4DOS is a registered trademark of JP Software Inc.
  11.  
  12.  
  13. This file explains how to install the 4DOS/NT 2.0 rev C patches.
  14.  
  15. To use the patch, you must have:
  16.  
  17.      * JP Software's PATCH.EXE program.  This program is in a separate
  18.      file, PATCH.ZIP on CompuServe, or 4DPATCH.ZIP on bulletin boards
  19.      and the Internet.  [* See note below.]
  20.  
  21.      * A copy of 4DOS/NT 2.0 rev B.  The simplest way to check your
  22.      revision level is to use the 4DOS/NT VER /R command.  If you find
  23.      you have rev A of 4DOS/NT 2.0, you must download an additional
  24.      patch file and update your current copy of 4DOS/NT to rev B before
  25.      you can apply this latest rev C patch.  To update from rev A to rev
  26.      B you need the patch file 4N20B.ZIP, which should be available from
  27.      the same place where you got this rev C file.
  28.  
  29. To use this patch, copy the 4NT20C.RTP file to the directory where your
  30. 4DOS/NT version 2.0 files are stored. Make sure JP Software's PATCH.EXE is
  31. in the same directory, or in a directory on your PATH, then enter the
  32. command:
  33.  
  34.       patch 4nt20c
  35.  
  36. This patch converts 4DOS/NT 2.0 rev B to version 2.0 rev C.  It modifies
  37. only 4NT.EXE, all other files are unchanged from rev C. Branding (name
  38. and serial number) information in your 4NT.EXE file will be preserved in
  39. the modified file.
  40.  
  41. If you want to test 4NT.EXE to make sure the patch worked, restart your
  42. 4DOS/NT window, use the VER /R command.  This command will report
  43. "4DOS/NT Revision B" (if the patch did not work) or "4DOS/NT Revision C"
  44. (if it did work).
  45.  
  46. If you are short on disk space and receive a message that there is not
  47. enough space to perform the patch, you can use a command like this to
  48. reduce the disk space required:
  49.  
  50.       patch /noundo 4nt20c
  51.  
  52. This will make recovery slightly more difficult in the unlikely event of
  53. a power failure or similar problem during the patch process, but will
  54. reduce the disk space required to perform the patch.
  55.  
  56.  
  57. 4DOS/NT version 2.0 revision C includes the following changes to version
  58. 2.0 revision B:
  59.  
  60.    General Features:
  61.  
  62.      * Fixed a problem with nested aliases with leading whitespace.
  63.  
  64.      * 4DOS now checks for an error return on normal output and will
  65.        invoke the ON ERROR command if one has been set up.  This allows
  66.        you to use ON ERROR to catch errors in redirected output from
  67.        internal commands.
  68.  
  69.      * If the current directory on a drive is no longer valid (for
  70.        example, if it was removed by another user while you were using a
  71.        different drive), 4DOS/NT will now reset the current directory to
  72.        the root the next time it accesses the drive.
  73.  
  74.      * Fixed a problem with extended parent directory names (e.g.
  75.        CD ....) on HPFS drives.
  76.  
  77.      * Fixed date, time, and size ranges so that you can use environment
  78.        variables inside a range specification.
  79.  
  80.      * Fixed a problem with using the 4DOS/NT escape character before a
  81.        redirection character.
  82.  
  83.      * Fixed problems with Ctrl-C and Ctrl-Break in IFF and DO, and in
  84.        nested pipes.
  85.  
  86.      * Fixed a problem with other programs starting 4NT from inside a
  87.        pipe.
  88.  
  89.    Command Changes:
  90.  
  91.      * COPY:  Fixed a problem which occurred when the "source" was a
  92.        device.
  93.  
  94.      * DESCRIBE:  Fixed a problem where DESCRIBE would exit if you hit
  95.        Enter and were describing files with a wildcard file name.
  96.  
  97.      * DETACH:  Fixed problems in the handling of redirection (|, <, >)
  98.        and conditionals (&&, ||).
  99.  
  100.      * DIR:  Fixed a problem with 0-byte DESCRIPT.ION files.
  101.  
  102.      * DIR and SELECT:  Fixed a problem with displaying file dates after
  103.        2024.
  104.  
  105.      * DO:  Fixed a problem with DO UNTIL which required two ENDDOs for
  106.        the loop to work.
  107.  
  108.      * DRAWBOX:  Now accepts SHADOW and ZOOM in either order.
  109.  
  110.      * GOTO:  Fixed a problem with the /I switch.
  111.  
  112.      * GLOBAL:  Now checks to see if you've done a QUIT / CANCEL from
  113.        within the GLOBAL command.
  114.  
  115.      * IF / IFF:  now strip leading whitespace from the IF test
  116.        arguments.
  117.  
  118.      * LIST:  Fixed a problem with /W and lines of exactly the screen
  119.        width; fixed problems with files over 64K long.
  120.  
  121.      * LOG:  Eliminated extra white space prior to the text in a "LOG /H
  122.        text" command; changed LOG so it won't try to look for options
  123.        anywhere but at the beginning of the line.
  124.  
  125.      * MOVE and RENAME:  Now return an error code if no files were moved
  126.        or renamed.
  127.  
  128.      * SELECT:  Can now be nested in other SELECTs; SELECT will now only
  129.        add double quotes to HPFS and NTFS names with embedded whitespace
  130.        or special characters; and other minor problems in handling HPFS
  131.        and NTFS names have been fixed.
  132.  
  133.